This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
You shouldn't add <html> and <body> tags yourself. They don't belong in the middle of a page, and might be causing your extra space. Domino will automatically put those tags around the entire document. Just put the <table> itself in your pass-through block.
If that doesn't fix your problem, load your page up under Firefox and Firebug, and take a look at the styles that are being applied to the table. If one of them includes a large padding-top or margin-top value, you should be able to apply some more-specific CSS to override it.
Another possibility is that Domino is adding extra markup (like a <br> tag or something) between the blue bar and your table. You can probably use CSS to mask those as well (by setting display:none), but the right selector to use might be a little complicated to figure out.
Feedback response number DNEN8M4S3Q created by ~Phil Dwotumipuljip on 09/27/2011